const compress/gzip.gzipID2
3 uses
compress/gzip (current package)
gunzip.go#L21: gzipID2 = 0x8b
gunzip.go#L185: if z.buf[0] != gzipID1 || z.buf[1] != gzipID2 || z.buf[2] != gzipDeflate {
gzip.go#L147: z.buf = [10]byte{0: gzipID1, 1: gzipID2, 2: gzipDeflate}
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)